home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2000 February / maximum-cd-2000-02.iso / Flash 4 / data1.cab / Samples / Sample_Pages / Objects / Objects.swf / scripts / DefineButton2_19 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  1999-06-15  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("/restore")
  3.    {
  4.       gotoAndPlay(2);
  5.    }
  6. }
  7.